Home
last modified time | relevance | path

Searched refs:A_APP (Results 1 – 8 of 8) sorted by relevance

/dports/net/gopher/gopher/gopher/
H A Ddownload.c217 case A_APP: in Download_file()
H A Dourutils.c1611 if (GSgetType(gs) != A_APP) {
1631 if (GSgetType(gs) != A_APP) {
/dports/textproc/augeas/augeas-1.12.0/src/
H A Dsyntax.h48 A_APP, enumerator
H A Dparser.y253 { $$ = make_binop(A_APP, $1, $2, &@$); }
518 || tag == A_UNION || tag == A_APP || tag == A_MINUS);
H A Dsyntax.c182 case A_APP: in free_term()
358 struct term *app = make_term(A_APP, info); in make_app_term()
1205 term->tag = A_APP; in check_exp()
1211 case A_APP: in check_exp()
1668 case A_APP: in compile_exp()
H A Dparser.c1735 { (yyval.term) = make_binop(A_APP, (yyvsp[-1].term), (yyvsp[0].term), &(yyloc)); } in yyparse()
2367 || tag == A_UNION || tag == A_APP || tag == A_MINUS); in make_binop()
/dports/net/gopher/gopher/object/
H A DGSgopherobj.h153 #define A_APP '!' macro
H A DGSgopherobj.c1287 case A_APP: in GSfromNet()