Searched refs:next_column (Results 1 – 2 of 2) sorted by relevance
/external/autotest/tko/ |
D | compose_query.cgi | 135 next_column = column 143 next_column = next_field[column] 146 link = '/tko/compose_query.cgi?' + urllib.urlencode({'columns': next_column,
|
/external/toybox/toys/posix/ |
D | ls.c | 230 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()
|