HomeSort by: relevance | last modified time | path
    Searched refs:COLDESC (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sort/
sort.h 128 struct coldesc *p;
133 /* a coldesc has a number and pointers to the beginning and end of the
136 typedef struct coldesc { struct
140 } COLDESC;
172 extern struct coldesc *clist;
init.c 82 struct coldesc *clist = NULL;
98 struct coldesc *p;
111 memmove(clist+i+1, clist+i, sizeof(COLDESC)*(ncols-i));
120 memmove(clist+i+1, clist+i,sizeof(COLDESC)*(ncols-i));

Completed in 14 milliseconds