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

  /src/tests/usr.bin/xlint/lint1/
msg_053.c 8 /* expect+1: warning: function definition for 'oldstyle' with identifier list is obsolete in C23 [384] */
9 oldstyle(parameter)
  /src/external/bsd/libpcap/dist/
pcap-int.h 274 int oldstyle; /* if we're opening with pcap_open_live() */ member in struct:pcap
pcap-bpf.c 2450 if (!p->oldstyle)
pcap.c 2901 p->oldstyle = 1;
  /src/bin/sh/
parser.c 1389 * Called to parse command substitutions. oldstyle is true if the command
1398 struct nodelist **const pbqlist, const int oldstyle)
1432 if (oldstyle) {
1521 parsebackquote = oldstyle;
1523 if (oldstyle) {
1536 if (oldstyle) {
1544 if (oldstyle) {
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h 178 extern int oldstyle;
cgram.y 164 int oldstyle; /* Current function being defined */
469 oldstyle = 1;
890 oldstyle = 0;
1771 if (oldstyle == 0)
pftn.c 243 if (!oldstyle && ddef->dfun != NULL &&
405 if (ISFTN(type) && oldstyle)
621 if (oldstyle && (df = cftnsp->sdf) && (al = df->dfun)) {
623 * Check against prototype of oldstyle function.
644 if (oldstyle && nparams) {
645 /* Must recalculate offset for oldstyle args here */
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 159 int oldstyle; /* Current function being defined */
411 oldstyle = 1;
855 oldstyle = 0;
1822 if (oldstyle == 0)
pass1.h 174 extern int oldstyle;
pftn.c 272 if (!oldstyle && dsym->dfun == NULL)
274 if (!oldstyle && ddef->dfun != NULL &&
437 if (ISFTN(type) && oldstyle)
650 if (oldstyle && (df = cftnsp->sdf) && (al = df->dfun)) {
652 * Check against prototype of oldstyle function.
676 if (oldstyle && nparams) {
677 /* Must recalculate offset for oldstyle args here */

Completed in 47 milliseconds