Searched refs:second (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/tests/
H A Dtestdate.sh76 this month second monday
78 second monday may 2008
107 last month second monday
118 next month second monday
/ast/src/cmd/tw/
H A Dfind.c205 Item_t second; member in struct:Node_s
296 " from which \bfind\b was executed. The second form gathers"
513 register int second; local
519 second = word[1];
521 if (second == argp->name[1] && streq(word, argp->name))
895 np->second.i = 0;
928 np->second.i = *b;
1039 np->second.i = '-';
1044 switch (np->second.i)
1047 np->second
[all...]
/ast/src/lib/libtksh/tcl/
H A DtclCmdIL.c61 CONST VOID *second));
968 * < 0 means first is "smaller" than "second", > 0 means "first"
969 * is larger than "second", and 0 means they should be treated
980 SortCompareProc(first, second)
981 CONST VOID *first, *second; /* Elements to be compared. */
985 char *secondString = *((char **) second);
/ast/src/lib/libtk/generic/
H A DtkTextTag.c83 CONST VOID *second));
1008 * the second element (i.e. it has lower priority), 0 if it's
1010 * after the second element.
1019 TagSortProc(first, second)
1020 CONST VOID *first, *second; /* Elements to be compared. */
1025 tagPtr2 = * (TkTextTag **) second;
/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh305 # we won't get hit by the one second boundary twice, right?
H A Dnameref.sh52 name.child=second
427 a[a b]=${1-99} # this was cauing a syntax on the second call

Completed in 27 milliseconds