Home
last modified time | relevance | path

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

/dports/devel/vasm/vasm/syntax/madmac/
H A Dsyntax.c367 static void handle_space(char *s,int size) in handle_space() function
376 handle_space(s,8); in handle_spc8()
382 handle_space(s,16); in handle_spc16()
388 handle_space(s,32); in handle_spc32()
/dports/devel/vasm/vasm/syntax/oldstyle/
H A Dsyntax.c319 static void handle_space(char *s,int size) in handle_space() function
350 handle_space(s,8); in handle_spc8()
356 handle_space(s,16); in handle_spc16()
363 handle_space(s,24);
369 handle_space(s,32);
400 handle_space(skip(s2),8); /* "* = * + <expr>" to reserves bytes */ in handle_org()
/dports/devel/vasm/vasm/syntax/test/
H A Dsyntax.c207 static void handle_space(char *s) in handle_space() function
253 "ds.b",handle_space,
/dports/devel/vasm/vasm/syntax/mot/
H A Dsyntax.c297 static void handle_space(char *s,int size) in handle_space() function
510 handle_space(skip(s+1),8); in handle_org()
746 handle_space(s,8); in handle_spc8()
752 handle_space(s,16); in handle_spc16()
758 handle_space(s,32); in handle_spc32()
764 handle_space(s,64); in handle_spc64()
770 handle_space(s,96); in handle_spc96()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DMouth.pm227 sub handle_space { subroutine
272 \&handle_space, # T_SPACE
/dports/devel/vasm/vasm/syntax/std/
H A Dsyntax.c445 static void handle_space(char *s) in handle_space() function
1010 "space",handle_space,
1011 "skip",handle_space,
1012 "zero",handle_space,
/dports/graphics/minder/Minder-1.13.1/src/
H A DQuickEntry.vala145 case 32 : return( handle_space() );
238 private bool handle_space() {
/dports/devel/ding-libs/ding-libs-0.6.1/ini/
H A Dini_parse.c1094 static int handle_space(struct parser_obj *po, uint32_t *action) in handle_space() function
1391 error = handle_space(po, &action); in parser_inspect()