Home
last modified time | relevance | path

Searched refs:save_rule (Results 1 – 4 of 4) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/examples/pge/
H A Ddemo.pir50 if $S0 == "save" goto save_rule
90 save_rule:
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dlsys.c25 static int _fastcall save_rule(char *,char far **);
160 if (save_rule(strtok(NULL," \t\n"),&ruleptrs[0])) { in readLSystemFile()
194 memerr = save_rule(fixed,rulind++); in readLSystemFile()
368 static int _fastcall save_rule(char *rule,char far **saveptr) in save_rule() function
/dports/lang/gawk/gawk-5.1.1/
H A Darray.c1337 int save_rule = 0; in assoc_list() local
1395 save_rule = currule; /* save current rule */ in assoc_list()
1424 currule = save_rule; /* restore current rule */ in assoc_list()
H A Dgawkapi.c1345 int save_rule; in api_get_file() local
1353 save_rule = currule; in api_get_file()
1368 currule = save_rule; in api_get_file()