Searched refs:tdef (Results 1 – 2 of 2) sorted by relevance
54 static smp_target_def_t tdef; variable515 bzero(&tdef, sizeof (smp_target_def_t)); in main()516 tdef.std_def = argv[1]; in main()518 if ((tp = smp_open(&tdef)) == NULL) { in main()
878 static struct argnod *assign(Lex_t *lexp, register struct argnod *ap, int tdef) in assign() argument963 if(array && tdef) in assign()1403 int tdef = 0; in simple() local1406 tdef = 1; in simple()1407 argp = assign(lexp,argp,tdef); in simple()