Home
last modified time | relevance | path

Searched refs:next_column (Results 1 – 2 of 2) sorted by relevance

/external/autotest/tko/
Dcompose_query.cgi135 next_column = column
143 next_column = next_field[column]
146 link = '/tko/compose_query.cgi?' + urllib.urlencode({'columns': next_column,
/external/toybox/toys/posix/
Dls.c230 static unsigned long next_column(unsigned long ul, unsigned long dtlen, in next_column() function
379 entrylen(sort[next_column(ul, dtlen, columns, &c)], len); in listfiles()
399 unsigned long next = next_column(ul, dtlen, columns, &curcol); in listfiles()