Home
last modified time | relevance | path

Searched refs:find_named_line (Results 1 – 3 of 3) sorted by relevance

/dports/editors/the/THE-3.3RC4/
H A Dtarget.c989 if (find_named_line(target->rt[num_targets].string,&lineno,TRUE) == NULL)
1582 LINE *find_named_line(CHARTYPE *name,LINETYPE *retline,bool respect_scope) in find_named_line() function
1584 LINE *find_named_line(name,retline,respect_scope) in find_named_line()
H A Dproto.h112 LINE *find_named_line Args((CHARTYPE *,LINETYPE *,bool));
H A Dexecute.c1872 if ( ( curr = find_named_line( name, &dummy, FALSE ) ) != (LINE *)NULL )