Home
last modified time | relevance | path

Searched refs:T_PTR (Results 1 – 9 of 9) sorted by last modified time

/original-bsd/usr.bin/pascal/src/
H A Dpclval.c161 case T_PTR:
296 case T_PTR:
375 if ( co->tag == T_PTR ) {
H A Dstkrval.c250 case T_PTR:
H A Dtree.h77 #define T_PTR 69 macro
H A Dlval.c169 case T_PTR:
341 case T_PTR:
H A Dpas.y788 = $$.tr_entry = setupvar($1.cptr, tree1(T_PTR));
792 addlist($1.tr_entry->var_node.qual, tree1(T_PTR));
/original-bsd/usr.bin/pascal/pxp/
H A Dlval.c36 case T_PTR:
/original-bsd/old/dbx/
H A Dstabstring.c67 #define T_PTR '*' macro
848 case T_PTR:
/original-bsd/lib/libc/net/
H A Dgethostnamadr.c157 if (iquery && type == T_PTR) {
298 n = res_query(qbuf, C_IN, T_PTR, (char *)&buf, sizeof(buf));
/original-bsd/include/arpa/
H A Dnameser.h95 #define T_PTR 12 /* domain name pointer */ macro