Searched refs:as1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dlabel.y1091 const char *as1 = r1.get_sort_field(0, n, 0, &ae1);
1094 if (!as1 && !as2) return 1; // they are the same
1095 if (!as1 || !as2) return 0;
1096 return ae1 - as1 == ae2 - as2 && memcmp(as1, as2, ae1 - as1) == 0;
1102 const char *as1 = r1.get_sort_field(0, n, -1, &ae1);
1105 if (!as1 && !as2) return 1; // they are the same
1106 if (!as1 || !as2) return 0;
1107 return ae1 - as1
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dlex.c508 * Determine if as1 is a valid prefix of as2.
512 isprefix(const char *as1, const char *as2) argument
516 s1 = as1;

Completed in 190 milliseconds